The lower the level The higher the priority
The higher the level The lower the priority
Default is: 0
Range: -20 to 19
nice value is a user-space and priority
PR is the process's actual priority that use by Linux kernel.
In linux system priorities are 0 to 139
In which 0 to 99 for real time and 100 to 139 for users.
Relation between nice value and priority is : PR = 20 + NI
nice -n 10 bash
ps -o pid,comm,nice
renice 10 993
renice -n 10 -p 993
ps -o pid,comm,nice
renice -n 10 `pidof chromium-browser`
ipynb
format: https://github.com/ravexina/linux-notes. html
exports of project available at: https://ravexina.github.io/linux-notes.Linux Notes by Milad As (Ravexina) is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.